登入
Computer Science for IGCSE & O level - Data Representation (Section 5 - No. 34)
What is the decimal equivalent of the binary number 10111?
21
22
23
24
解释
10111 in binary = (1 * 16) + (0 * 8) + (1 * 4) + (1 * 2) + (1 * 1) = 23
评论 (0)
登录发表评论
广告
允许 javascript 正确加载此页面